>
Home About Online Training Services Hackathons Careers Contact Us
KPSC LAND SURVEYOR RECRUITMENT 2026

Gis

Quick Recap for Aspirants (40 MCQs) | Brought to you by NRCODEAI

GEOGRAPHICAL INFORMATION SYSTEM (GIS)

Introduction

A Geographical Information System (GIS) is a computer system designed to capture, store, manipulate, analyze, manage, and present all types of spatial or geographical data. It allows us to visualize, question, analyze, and interpret data to understand relationships, patterns, and trends.

Brief Overview

graph TD; GIS[GIS System] --> Hardware; GIS --> Software; GIS --> Data; GIS --> People; GIS --> Methods[Methods/Procedures]; Data --> Vector[Vector Data]; Data --> Raster[Raster Data];

1. Components of GIS

A working GIS integrates five key components:
* Hardware: The computer on which a GIS operates, ranging from centralized computer servers to desktop computers and mobile devices.
* Software: Provides the functions and tools needed to store, analyze, and display geographic information (e.g., ArcGIS, QGIS).
* Data: The most important and expensive component. Geographic data (where things are) and tabular data (what things are) can be collected in-house or purchased from commercial data providers.
* People: GIS technology is of limited value without the people who manage the system and develop plans for applying it to real-world problems.
* Methods/Procedures: A successful GIS operates according to a well-designed plan and business rules, which are the models and operating practices unique to each organization.

MCQs - Components of GIS

  1. What is generally considered the most expensive and time-consuming component of setting up a GIS?
    a) Hardware
    b) Software
    c) Data
    d) Personnel training
    Answer: c
  2. Which component provides the tools to actually analyze and visualize the spatial data?
    a) Hardware
    b) Software
    c) Methods
    d) People
    Answer: b
  3. QGIS and ArcGIS are examples of:
    a) GIS Hardware
    b) GIS Software
    c) Database servers
    d) GPS receivers
    Answer: b
  4. A set of rules and models designed to solve a specific problem using GIS falls under which component?
    a) Data
    b) Hardware
    c) Software
    d) Methods/Procedures
    Answer: d
  5. Without which component is a GIS completely useless, even with perfect data and software?
    a) A cloud server
    b) People (users and analysts)
    c) A plotter printer
    d) A drone
    Answer: b
  6. Which of the following best describes the "Methods/Procedures" component of a GIS?
    a) The operating system running on the server
    b) The business rules and models used to operate the system
    c) The digitizing tablet used for input
    d) The training provided to staff
    Answer: b
  7. Which component is responsible for providing the physical processing power for GIS?
    a) Hardware
    b) Software
    c) Data
    d) People
    Answer: a
  8. In the context of GIS, "tabular data" generally falls under which component?
    a) Software
    b) People
    c) Data
    d) Methods
    Answer: c
  9. Which GIS component involves making decisions and developing implementation plans?
    a) Hardware
    b) Data
    c) Methods
    d) People
    Answer: d
  10. The integration of centralized servers, desktop computers, and mobile devices refers to which component?
    a) Hardware
    b) Software
    c) Data
    d) Methods
    Answer: a

2. Spatial Data Models (Vector and Raster)

GIS represents real-world objects via two primary data models:
* Vector Data: Represents the world using points, lines, and polygons. Best for discrete boundaries (like property lines, roads, city locations).
* Points: Zero-dimensional (e.g., a well, a tree).
* Lines: One-dimensional (e.g., a river, a road).
* Polygons: Two-dimensional enclosed areas (e.g., a lake, a country).
* Raster Data: Represents the world as a grid of cells (pixels), where each cell holds a value. Best for continuous data that changes gradually across a surface (e.g., elevation, temperature, satellite imagery).

MCQs - Spatial Data Models

  1. In vector data, a road would most likely be represented as a:
    a) Point
    b) Line
    c) Polygon
    d) Pixel
    Answer: b
  2. Which data model uses a grid of square cells to represent spatial data?
    a) Vector
    b) Raster
    c) TIN (Triangulated Irregular Network)
    d) Topology
    Answer: b
  3. A property boundary or the border of a country is best represented by which vector feature?
    a) Point
    b) Line
    c) Polygon
    d) Grid
    Answer: c
  4. Satellite imagery and digital elevation models (DEMs) are prime examples of:
    a) Raster data
    b) Vector data
    c) Attribute data
    d) Tabular data
    Answer: a
  5. If you wanted to map the exact locations of fire hydrants in a city, you would use:
    a) Raster pixels
    b) Vector polygons
    c) Vector points
    d) Raster grids
    Answer: c
  6. Which data model is most suitable for representing continuous phenomena like temperature variations?
    a) Vector points
    b) Raster data
    c) Vector lines
    d) Topographic data
    Answer: b
  7. In a vector data model, a one-dimensional feature like a river is represented by a:
    a) Point
    b) Line
    c) Polygon
    d) Pixel
    Answer: b
  8. A lake or a country boundary is typically represented in vector data as a:
    a) Zero-dimensional point
    b) One-dimensional line
    c) Two-dimensional polygon
    d) Three-dimensional surface
    Answer: c
  9. Raster data represents geographic features using:
    a) Mathematical formulas for curves
    b) Connecting nodes and vertices
    c) A grid of cells or pixels
    d) Polygons with attribute tables
    Answer: c
  10. Which of the following is NOT typically represented well by a raster data model?
    a) Elevation
    b) Precipitation
    c) Precise property lines
    d) Satellite imagery
    Answer: c

3. Attribute Data and Topology

  • Attribute Data: The non-spatial information associated with spatial features. If the spatial data tells you where a polygon is, the attribute data tells you what it is (e.g., for a country polygon, attributes might include Population, GDP, Language). It is stored in a database table.
  • Topology: The mathematical study of spatial relationships between features. It defines how point, line, and polygon features share geometry.
    • Adjacency: Which polygons share a border?
    • Connectivity: Which roads connect to each other?
    • Containment: Is a specific point located inside a specific polygon?

MCQs - Attribute Data and Topology

  1. Information in a GIS database that describes the characteristics of a spatial feature (like the name of a road) is called:
    a) Topological data
    b) Attribute data
    c) Vector data
    d) Raster data
    Answer: b
  2. The set of rules that define how point, line, and polygon features share geometric space is called:
    a) Topography
    b) Typography
    c) Topology
    d) Telemetry
    Answer: c
  3. Finding out which parcels of land share a boundary with a river relies on topological:
    a) Adjacency
    b) Connectivity
    c) Containment
    d) Proximity
    Answer: a
  4. In a GIS, spatial data and attribute data are usually linked through a:
    a) USB cable
    b) Common identifier or key in a database
    c) Visual overlay only
    d) GPS signal
    Answer: b
  5. Ensuring that road segments in a GIS network actually join at intersections is an example of topological:
    a) Adjacency
    b) Containment
    c) Connectivity
    d) Buffering
    Answer: c
  6. In a GIS database, the population size of a country would be stored as:
    a) Raster data
    b) Attribute data
    c) Connectivity data
    d) Topological data
    Answer: b
  7. Determining if a specific point of interest falls within a specific zip code boundary is an example of topological:
    a) Adjacency
    b) Connectivity
    c) Containment
    d) Buffering
    Answer: c
  8. Attribute data is typically stored in what format within a GIS?
    a) Grid cells
    b) A database table
    c) A mathematical equation
    d) A geometric shape
    Answer: b
  9. The topological rule that determines which polygons share a common boundary is:
    a) Containment
    b) Connectivity
    c) Adjacency
    d) Proximity
    Answer: c
  10. Without topology, what might happen when analyzing a road network?
    a) Roads might appear visually connected but not logically connected for routing
    b) The roads would turn into raster pixels
    c) The attribute table would be deleted
    d) The roads would automatically buffer themselves
    Answer: a

4. GIS Operations (Overlay and Buffering)

  • Overlay: The process of combining two or more spatial data layers (like stacking transparencies) to create a new output layer. This is used to find areas where certain conditions intersect (e.g., finding land that is both "vacant" AND "not in a flood zone").
  • Buffering: Creating a zone of a specified distance around a map feature (point, line, or polygon). E.g., drawing a 100-meter buffer around a river to determine a no-build zone.

MCQs - GIS Operations

  1. Creating a 500-meter zone around a school to analyze nearby traffic accidents is an example of:
    a) Overlay
    b) Geocoding
    c) Buffering
    d) Digitizing
    Answer: c
  2. The process of combining two separate polygon layers to create a new layer showing where they intersect is called:
    a) Buffering
    b) Overlay
    c) Joining
    d) Proximity analysis
    Answer: b
  3. If you want to find all areas that are within 50 meters of a road AND inside a forest, you would use:
    a) Buffering only
    b) Overlay only
    c) Buffering first, then Overlay
    d) Neither
    Answer: c
  4. A buffer drawn around a point feature (like a well) will take the shape of a:
    a) Line
    b) Square
    c) Circle
    d) Irregular polygon
    Answer: c
  5. Overlay analysis in GIS is often compared to:
    a) Drawing a map from scratch
    b) Stacking transparent maps on a light table
    c) Measuring distances with a ruler
    d) Taking a photograph
    Answer: b
  6. Which operation would you use to define a noise impact zone of 100 meters around a highway?
    a) Overlay
    b) Containment
    c) Buffering
    d) Connectivity
    Answer: c
  7. If you combine a soil type layer and a land use layer to find suitable farming areas, you are using:
    a) Topological adjacency
    b) Buffering
    c) Overlay
    d) Attribute editing
    Answer: c
  8. Creating a buffer around a line feature (like a river) generally produces what type of feature?
    a) A point
    b) A line
    c) A polygon
    d) A grid cell
    Answer: c
  9. The process of intersecting two spatial layers creates a new layer that:
    a) Deletes the original data
    b) Only contains raster data
    c) Combines the spatial and attribute data of the intersecting areas
    d) Converts vector data to raster data
    Answer: c
  10. Which GIS operation is most appropriate for determining all residential properties located within 1 kilometer of a chemical plant?
    a) Buffering
    b) Overlaying the chemical plant over a city map
    c) Topological connectivity
    d) Transforming raster data
    Answer: a

Fun Facts about GIS!

  • Cholera Map: The first real "GIS" analysis was done manually in 1854 by Dr. John Snow. He mapped cholera cases in London and overlaid them with water pump locations, proving the disease was waterborne rather than airborne!
  • The First Computer GIS: The Canada Geographic Information System (CGIS), developed in 1960 by Roger Tomlinson (the "Father of GIS"), was the first computerized GIS in the world.
  • Big Data: Modern GIS processes mind-boggling amounts of data. An autonomous vehicle uses real-time GIS to process gigabytes of spatial data every minute just to stay on the road!

Want to master technology and secure your future?

Explore NRCODEAI Programs